Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparseArray<T> Class
Properties Methods


SparseArray<T> Class Members

The following tables list the members exposed by SparseArray<T>.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the SparseArray class that is empty and has the specified initial length.  
Top
Public Properties
 NameDescription
Public PropertyReturns the length of the non-null data currently in the SparseArray<T>.  
Public PropertyGets or sets the element at the specified index.  
Public PropertyGets a 32-bit integer that represents the total number of elements in SparseArray.  
Top
Public Methods
 NameDescription
Public Method  
Public MethodOverloaded. Removes all elements from the SparseArray at the specified range.  
Public MethodCreates a new object that is a copy of the current instance.  
Public MethodDetermines whether the SparseArray contains a specific value.  
Public Methodstatic (Shared in Visual Basic)Copies a range of elements from an SparseArray starting at the specified source index and pastes them to another SparseArray starting at the specified target index. The length and the indexes are specified as 32-bit integers.  
Public MethodOverloaded. Copies all the elements of the current one-dimensional System.Array to the specified one-dimensional SparseArray starting at the specified destination SparseArray index. The index is specified as a 32-bit integer.  
Public MethodOverloaded. Indicates whether the current object is equal to another object of the same type.  
Public MethodFills a range of array with a specified value.  
Public MethodDetermines the index of a specific item in the SparseArray.  
Public MethodInserts the specified number of new null items into the SparseArray at the specified index.  
Public Methodstatic (Shared in Visual Basic)Moves a range of elements from an SparseArray starting at the specified source index and pastes them to another SparseArray starting at the specified target index. Elements of old range will be clear. The length and the indexes are specified as 32-bit integers.  
Public MethodOverloaded.   
Public Method  
Public MethodOverloaded.   
Public MethodRemoves a range of items from the SparseArray.  
Public Methodstatic (Shared in Visual Basic)Swaps a range of elements from an SparseArray starting at the specified source index with another SparseArray starting at the specified target index. The length and the indexes are specified as 32-bit integers.  
Top
See Also